home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent1 / dvc.lha / DVC / Plugins / TestList.dvc < prev   
Text File  |  1997-04-12  |  1KB  |  35 lines

  1. DVC2 (Don't change this line!)
  2. ;$VER: TestList.dvc 1.1 (12.4.97) Roger Hågensen
  3. ;$EML: Webmaster <webmaster@www.net>
  4.  
  5. ;Load this file into your browser as a local file,
  6. ;or make a proper link to it from a HTML page.
  7.  
  8. ;Below a fake version number is used to simulate/test
  9. ;if everything works,
  10. ;if it does then the browser will copy amigaguide.library
  11. ;from LIBS: to your default download directory.
  12.  
  13. LIBS:amigaguide.library 99.9 file://localhost/LIBS:amigaguide.library
  14.  
  15. ;Below a fake version number is used to simulate/test
  16. ;if the NEW function works.
  17. ;If it does it will let the user save a small file
  18. ;to Ram: this file can then be sent to the webmaster
  19. ;so he can easily update his files/info.
  20. ;This is the same as for Type 1 lists.
  21.  
  22. LIBS:amigaguide.library 0.1 file://localhost/LIBS:amigaguide.library
  23.  
  24. ;Please note that file:// and file://localhost works,
  25. ;and that mean any HTTP:// url either to a file/homepage etc,
  26. ;or a FTP:// url may also be used, even mailto: etc, could be used ;-)
  27. ;DVC simply pass the url (anything after the version number),
  28. ;to a browser with the help of sys:rexxc/rx
  29. ;DVC has a special browser option called RX,
  30. ;this allow a script/program or you to
  31. ;tell DVC what portname DVC should give to the sys:rexxc/rx util,
  32. ;and also what Load/Open command shoud be sent to the browser.
  33. ;This way virtually any browser/program can make use of DVC,
  34. ;one way or another.
  35.